home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: CERN.ch!news
- From: Enrique BLANCO <Enrique.Blanco@cern.ch>
- Subject: c++ library about object storage ???
- X-Nntp-Posting-Host: venice.cern.ch
- Content-Type: text/plain; charset=us-ascii
- Message-ID: <3152DB3A.2E4A@cern.ch>
- Sender: news@news.cern.ch (USENET News System)
- Content-Transfer-Encoding: 7bit
- Organization: CERN - European Center for Particle Physics
- Mime-Version: 1.0
- Date: Fri, 22 Mar 1996 16:54:18 GMT
- X-Mailer: Mozilla 2.01 (X11; I; HP-UX A.09.05 9000/735)
-
- Anybody can tell me if there are any functions to write/read
- objects in a file? I'm working in Unix with gcc.
-
- i.e.: something similar to borland : (... but not sure !!!)
-
- Class my_class : public streamable
- //......
-
- //methods:
-
- ....
- read (//..);
- write (//..);
-
-
- Thanks in advance,
-
- Enrique BLANCO
-